projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6139ea1
)
fixed id generation error
author
parkrrrr
<parkrrrr>
Wed, 17 May 2006 03:10:45 +0000
(
03:10
+0000)
committer
parkrrrr
<parkrrrr>
Wed, 17 May 2006 03:10:45 +0000
(
03:10
+0000)
xmldoc/makedoc
patch
|
blob
|
history
diff --git
a/xmldoc/makedoc
b/xmldoc/makedoc
index 5d6dfe36c5318362b5396cfb46a2e60e14e7f09d..0b44516f28c6f650f5ac83fbc411feb63c7bd3d1 100755
(executable)
--- a/
xmldoc/makedoc
+++ b/
xmldoc/makedoc
@@
-113,8
+113,9
@@
END
$going = 1;
}
elsif ($going && ($line[0] eq 'option')) {
+ $nid = 'fmt_'.$id.'_o_'.$line[2];
print FILE <<END;
- <section id="
fmt_$id_o_$line[2]
">
+ <section id="
$nid
">
<title>$line[2] option</title>
<para>
$line[3].